home *** CD-ROM | disk | FTP | other *** search
/ CYBER.XPO.95 / CYBER.XPO.95 (Arsenal Computer).ISO / popreq / amiga1 / dcdd_20.lha / DCDD < prev    next >
Text File  |  1993-08-11  |  602b  |  45 lines

  1. ; DCDD                                                           930811.2223
  2. ;
  3. if exists ram:-dl then
  4.    wait 2
  5.    else
  6.    makedir ram:-dl
  7. endif
  8. ;
  9. if exists DH1:-dl then
  10.    wait 2
  11.    else
  12.    makedir DH1:-dl
  13. endif
  14. ;
  15. if exists ram:continue then
  16.    wait 2
  17.    else
  18.    makedir ram:continue
  19. endif
  20. ;
  21. cd dh0:DemonDialer
  22. run BaudBandit BB.config
  23. wait 2
  24. ;
  25. rx DCDD.rexx 
  26. ;
  27. copy RAM:-dl/#? DH1:-dl
  28. delete RAM:-dl/#? 
  29. delete RAM:-dl 
  30. ;
  31. if exists ram:AUTO then
  32.    delete ram:AUTO
  33. endif
  34. ;
  35. if exists ram:continue then
  36.    delete ram:continue
  37. endif
  38. ;
  39. if exists ram:exit_flag then
  40.    delete ram:exit_flag
  41. endif
  42. ;
  43. endcli
  44.  
  45.